home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / CDROM / DiscPlay / Templates / Html - Frame Enhanced #1.dpt < prev    next >
Encoding:
Text File  |  1997-08-18  |  3.0 KB  |  130 lines

  1. HTML
  2.  
  3. [&file index.html]
  4. <html>
  5. <head>
  6.  <title>[%program] [%version] Collection Report</title>
  7. </head>
  8.  
  9. <frameset cols="160,*">
  10.  <frame src="categories.html" name="_lframe">
  11.  <frame src="welcome.html" name="_rframe">
  12. </frameset>
  13.  
  14. <noframes>
  15. This document requires a frames-capable browser.
  16. </noframes>
  17. </html>
  18. [&end]
  19.  
  20. [&file categories.html]
  21. <html>
  22. <body bgcolor="#99cc99">
  23. <hr>
  24. <center><a href="http://www.obvion.com/discplay/" target="_top"><img src="http://www.obvion.com/discplay/images/logoanim.gif"></a></center>
  25. <hr>
  26. <table width="100%">
  27. [&foreach category]
  28. <tr>
  29.  <td colspan=2>
  30.  <font face="ms sans serif" size="-2"><b><a href="[%category|].html" target="_rframe">[%category]</a></b></font>
  31.  </td>
  32. </tr>
  33. [&foreach artist]
  34. <tr>
  35.  <td></td>
  36.  <td>
  37.  <font face="ms sans serif" size="-2"><a href="[%category|].html#[%artist]" target="_rframe">[%artist]</a>
  38.  </td>
  39. </tr>
  40. [&end]
  41. [&end]
  42. </table>
  43. <p>
  44.  <hr>
  45.  <center>
  46.  <font face="ms sans serif,arial" size="-2">
  47.  Generated by <a href="http://www.obvion.com/discplay/">DiscPlay 4</a> Audio CD Player for Windows.
  48.  <p>
  49.  Template Copyright (c) 1997 Obvion Systems and/or its suppliers. All rights reserved.
  50.  </font>
  51.  </center>
  52. </body>
  53. </html>
  54. [&end]
  55.  
  56. [&file welcome.html]
  57. <html>
  58. <body bgcolor="white">
  59. <center>
  60. <br><br><br>
  61. <a href="http://www.obvion.com/discplay/"><img src="http://www.obvion.com/discplay/images/logo320.jpg"></a><p>
  62. <font face="ms sans serif,arial" size="+1">To browse music categories or artists, click an item on the left.</font>
  63. </center>
  64. </body>
  65. </html>
  66. [&end]
  67.  
  68. [&foreach category]
  69. [&file %category.html]
  70. <html>
  71. <body bgcolor="white">
  72. <table width="100%">
  73. <tr>
  74.  <td bgcolor="#ffcc00">
  75.   <font face="ms sans serif,arial" size="+2">[%category]</font>
  76.  </td>
  77. </tr>
  78. <tr>
  79.  <td>
  80.   <font face="ms sans serif,arial" size="-1">
  81.   <pre>
  82.   </pre>
  83.    [&foreach artist]<ul><b><a name="[%artist]">[%artist]</a></b><br>
  84.     <ul>
  85.      [&foreach album]<a href="#[%album]">[%album_title]</a><br>
  86.      [&end]
  87.     </ul>
  88.   </ul>[&end]
  89.   </font>
  90.   <pre>
  91.   </pre>
  92.  </td>
  93. </tr>
  94. [&foreach artist]
  95. [&foreach album]
  96. <tr>
  97.  <td colspan="3" bgcolor="#ffcc00">
  98.   <a name="[%album]"><font face="ms sans serif,arial" size="-1"><b>[%artist] . [%album_title]</b></a>
  99.  </td>
  100. </tr>
  101. <tr>
  102.  <td colspan="3">
  103.   <font face="ms sans serif,arial" size="-2">
  104.   <font size="-3">[[ <a href="http://www.cduniverse.com/cgi-bin/cdubin.exe/rlinka/ean=[%album_artist!]/frm=lk_DiscPlay/" target="_parent">Purchase It</a> | <a href="[%category|].html#[%album_artist]">Return to "[%album_artist]"</a> ]</font><br>
  105.   <br>
  106.   <ul>
  107.   <b>Title</b> [%album_title]<br>
  108.   <b>Artist</b> [%album_artist]<br>
  109.   <b>Copyright</b> [%album_copyright]<br>
  110.   <b>Owner</b> [%album_owner]<br>
  111.   <b>Tracks</b><br>
  112.   <ul>
  113.   [&foreach track][%loop_index]. [%track_title] ([%track_length])<br>
  114.   [&end]
  115.   </ul>
  116.   </ul>
  117.   </font>
  118.   <br>
  119.   <br>
  120.  </td>
  121. </tr>
  122. [&end]
  123. [&end]
  124.  
  125. </table>
  126. </body>
  127. [&end]
  128. [&end]
  129.  
  130.